Repl.Var

Undocumented in source.

Constructors

this
this(ParseTree tree)
Undocumented in source.
this
this(Value value)
Undocumented in source.
this
this(ParseTree tree, Value value)
Undocumented in source.

Members

Functions

access
Var access(ParseTree tree)
Undocumented in source. Be warned that the author may not have intended to support it.
addError
Var addError(ParseTree tree, Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
addError
Var addError(ParseTree tree, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
assign
Var assign(ParseTree tree, Var other)
Undocumented in source. Be warned that the author may not have intended to support it.
call
Var call(ParseTree tree, Ps ps)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceValue
Var replaceValue(Value v)
Undocumented in source. Be warned that the author may not have intended to support it.
source
string source()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createError
Var createError(ParseTree tree, Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
createError
Var createError(ParseTree tree, string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

error
bool error;
Undocumented in source.
message
string message;
Undocumented in source.
tree
ParseTree tree;
Undocumented in source.
valid
bool valid;
Undocumented in source.
value
Value value;
Undocumented in source.

Meta